From a4ec8dd40cba1fe56f1c0d7d25d547c4edd0c315 Mon Sep 17 00:00:00 2001 From: Sebastian Kemper Date: Wed, 26 Dec 2018 19:37:10 +0100 Subject: [PATCH] sngrep: fix copyright In a previous commit I updated the copyright message. But that was not correct as I am not affiliated with OpenWrt. And I cannot change the copyright message from a third party either. This commit reverts the changes. Signed-off-by: Sebastian Kemper --- net/sngrep/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/net/sngrep/Makefile b/net/sngrep/Makefile index dfcb647..8fc7fa0 100644 --- a/net/sngrep/Makefile +++ b/net/sngrep/Makefile @@ -1,6 +1,5 @@ # -# Copyright (C) 2016 - 2018 Daniel Engberg -# Copyright (C) 2018 OpenWrt.org +# Copyright (C) 2016 Daniel Engberg # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. -- 2.30.2